|
Protection for a Specific Customer
It is possible to protect a specific PP for a specific customer, given the Customer ID (as written in Cimatron's license).
The command GPP_PROTECT_BY_CUSTOMER <Customer ID String> locks the post for a given customer ID. When GPP2 runs the post-processor and encounters the GPP_PROTECT_BY_CUSTOMER command, it compares the current customer ID with the one for which the post is locked. If these are not equal, execution stops with an error.
One post can be locked by multiple customer IDs. One of them should be equal to the current customer ID for the post to run.
Example
GPP_PROTECT_BY_CUSTOMER "Ferrari123"; // Customer ID to protect this post
GPP_PROTECT_BY_CUSTOMER "Support1"; // Support's Customer ID
|